cssnode: Make widget node not copy the path
authorBenjamin Otte <otte@redhat.com>
Mon, 9 Feb 2015 15:14:03 +0000 (16:14 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 18 Mar 2015 14:23:30 +0000 (15:23 +0100)
commit2a5194b6356ac58de144eb436f1d68ec216bce19
treead2bb4062c13a3fd531a687baa446c7750bbeb3a
parent2143abe5ee1cfb0cfe93af781c621a9aba9cf6af
cssnode: Make widget node not copy the path

Instead, use gtk_widget_get_path() which makes GtkWidget cache the path.
This is a temporary solution until we can get rid of widget paths.

This increases memory usage quite noticably.
gtk/gtkcsswidgetnode.c